home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / mysql_stop.bat < prev    next >
DOS Batch File  |  2005-02-06  |  90b  |  4 lines

  1. @echo off
  2. echo Mysql shutdowm ...
  3. mysql\bin\mysqladmin --user=pma --password= shutdown
  4.